object ListAllWords: TListAllWords Left = 497 Top = 134 BorderStyle = bsDialog Caption = 'All Words In Puzzle' ClientHeight = 435 ClientWidth = 266 Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 120 Position = poScreenCenter Scaled = False OnShow = FormShow TextHeight = 19 object WordsLabel: TLabel Left = 12 Top = 388 Width = 101 Height = 19 AutoSize = False Caption = 'Words: 100' end object FoundLabel: TLabel Left = 12 Top = 412 Width = 101 Height = 19 AutoSize = False Caption = 'Found: 100' end object PercentLabel: TLabel Left = 128 Top = 400 Width = 57 Height = 29 Alignment = taCenter AutoSize = False Caption = '100%' Font.Color = clBlack Font.Height = -20 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object TheList: TListBox Left = 12 Top = 12 Width = 245 Height = 369 Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] ItemHeight = 19 ParentFont = False TabOrder = 0 end object ExitButton: TButton Left = 196 Top = 388 Width = 61 Height = 45 Caption = 'E&xit' TabOrder = 1 OnClick = ExitButtonClick end end